combobox: Remove some unneeded includes
authorTimm Bäder <mail@baedert.org>
Sun, 21 Jan 2018 10:01:32 +0000 (11:01 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 21 Jan 2018 10:01:32 +0000 (11:01 +0100)
gtk/gtkcombobox.c

index c7f834dfdcd3921c0bbf219b5e42d0c09d3ebe88..daf95a5a0498558c81483f3e80fb18459efec3c0 100644 (file)
@@ -25,7 +25,6 @@
 #include "gtkcelllayout.h"
 #include "gtkcellrenderertext.h"
 #include "gtkcellview.h"
-#include "gtkcontainerprivate.h"
 #include "gtkframe.h"
 #include "gtkiconprivate.h"
 #include "gtkbox.h"
@@ -34,8 +33,6 @@
 #include "gtkmenuprivate.h"
 #include "gtkmenushellprivate.h"
 #include "gtktogglebutton.h"
-#include "gtkwidgetpath.h"
-#include "gtkwidgetprivate.h"
 #include "gtktypebuiltins.h"
 #include "gtkprivate.h"
 #include "gtkcomboboxprivate.h"
@@ -48,7 +45,6 @@
 #include "gtkmarshalers.h"
 #include "gtkintl.h"
 
-#include "gtkentryprivate.h"
 #include "a11y/gtkcomboboxaccessible.h"